(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/utility.h>
ULONG GetUniqueID()
SYNOPSIS
/* void */
LOCATION
In UtilityBase at offset 45
FUNCTION
Returns a unique id that is different from any other id that is obtained from this function call.
INPUTS
RESULT
an unsigned long id
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
Calls Disable()/Enable() to guarentee uniqueness.
HISTORY
27.01.1997 digulla
Added #include <proto/exec.h>
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
12.09.1996 digulla
Better way to separate public and private parts of the library base
31.08.1996 aros
Merged in/modified for FreeBSD.
12.08.1996 digulla
Last function of utility library